feat(hacs): distribute via taskmate.zip release asset#581
Merged
Conversation
Now that v4.3.1 (latest) carries a taskmate.zip asset, switch HACS to zip_release so installs pull the asset and HACS surfaces its download_count. Safe to flip only after a live release has the asset — earlier would have broken installs (HACS reads hacs.json from the default branch and would request a non-existent asset on the latest release).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Flips
hacs.jsonto"zip_release": true+"filename": "taskmate.zip".Now that v4.3.1 (latest release) carries a
taskmate.zipasset, HACS will install via the asset and surface itsdownload_count— the download counter starts moving instead of being stuck at 0.This is deliberately a separate PR after the v4.3.1 release: HACS reads
hacs.jsonfrom the default branch andzip_releasegoverns install of every version, so flipping it before a live release had the asset would have broken installs for everyone. The latest release now has the asset, so there is no breakage window.Verified the published
v4.3.1asset:manifest.jsonat zip root, version4.3.1,www/+translations/+brand/present, no__pycache__/.pyc, zip integrity OK.